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