#[repr(transparent)]pub struct CliModKey(pub c_uchar);
Tuple Fields§
§0: c_uchar
Trait Implementations§
impl Copy for CliModKey
impl Eq for CliModKey
impl StructuralPartialEq for CliModKey
Auto Trait Implementations§
impl Freeze for CliModKey
impl RefUnwindSafe for CliModKey
impl Send for CliModKey
impl Sync for CliModKey
impl Unpin for CliModKey
impl UnwindSafe for CliModKey
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