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