#[repr(u8)]pub enum Srds {
DATA_VALID = 0,
IN_PROGRESS = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Srds
impl Ord for Srds
Source§impl PartialOrd for Srds
impl PartialOrd for Srds
impl Copy for Srds
impl Eq for Srds
impl StructuralPartialEq for Srds
Auto Trait Implementations§
impl Freeze for Srds
impl RefUnwindSafe for Srds
impl Send for Srds
impl Sync for Srds
impl Unpin for Srds
impl UnwindSafe for Srds
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