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