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