#[repr(transparent)]pub struct IconRotation(pub c_uchar);Expand description
Icon rotation
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for IconRotation
impl Clone for IconRotation
Source§fn clone(&self) -> IconRotation
fn clone(&self) -> IconRotation
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IconRotation
impl Debug for IconRotation
Source§impl Hash for IconRotation
impl Hash for IconRotation
Source§impl PartialEq for IconRotation
impl PartialEq for IconRotation
impl Copy for IconRotation
impl Eq for IconRotation
impl StructuralPartialEq for IconRotation
Auto Trait Implementations§
impl Freeze for IconRotation
impl RefUnwindSafe for IconRotation
impl Send for IconRotation
impl Sync for IconRotation
impl Unpin for IconRotation
impl UnwindSafe for IconRotation
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