pub struct Scdlmt(/* private fields */);Implementations§
Source§impl Scdlmt
impl Scdlmt
Sourcepub const DISABLES_0: Self
pub const DISABLES_0: Self
Disables SCD
Sourcepub const DISABLES_1: Self
pub const DISABLES_1: Self
Disables SCD
Trait Implementations§
Source§impl Ord for Scdlmt
impl Ord for Scdlmt
Source§impl PartialOrd for Scdlmt
impl PartialOrd for Scdlmt
impl Copy for Scdlmt
impl Eq for Scdlmt
impl StructuralPartialEq for Scdlmt
Auto Trait Implementations§
impl Freeze for Scdlmt
impl RefUnwindSafe for Scdlmt
impl Send for Scdlmt
impl Sync for Scdlmt
impl Unpin for Scdlmt
impl UnwindSafe for Scdlmt
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