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