pub struct DynRequestMode(pub u16);
Expand description
The dynamic DynRequestMode(MODE)
command.
Tuple Fields§
§0: u16
Trait Implementations§
Source§impl Clone for DynRequestMode
impl Clone for DynRequestMode
Source§fn clone(&self) -> DynRequestMode
fn clone(&self) -> DynRequestMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DynRequestMode
impl Debug for DynRequestMode
Source§impl Display for DynRequestMode
impl Display for DynRequestMode
Source§impl PartialEq for DynRequestMode
impl PartialEq for DynRequestMode
Source§impl Query for DynRequestMode
impl Query for DynRequestMode
impl Command for DynRequestMode
impl Copy for DynRequestMode
impl Eq for DynRequestMode
impl StructuralPartialEq for DynRequestMode
Auto Trait Implementations§
impl Freeze for DynRequestMode
impl RefUnwindSafe for DynRequestMode
impl Send for DynRequestMode
impl Sync for DynRequestMode
impl Unpin for DynRequestMode
impl UnwindSafe for DynRequestMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more