#[repr(transparent)]pub struct IfSr(pub u32);Expand description
Interface Status
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IfSr
impl Eq for IfSr
impl StructuralPartialEq for IfSr
Auto Trait Implementations§
impl Freeze for IfSr
impl RefUnwindSafe for IfSr
impl Send for IfSr
impl Sync for IfSr
impl Unpin for IfSr
impl UnwindSafe for IfSr
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