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