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