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