pub enum OpAttrs {
Id(u32),
Flags(u32),
}Available on crate feature
nlctrl only.Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpAttrs
impl RefUnwindSafe for OpAttrs
impl Send for OpAttrs
impl Sync for OpAttrs
impl Unpin for OpAttrs
impl UnwindSafe for OpAttrs
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