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