pub enum OpPolicyAttrs {
Do(u32),
Dump(u32),
}Available on crate feature
nlctrl only.Variants§
Implementations§
Source§impl OpPolicyAttrs
impl OpPolicyAttrs
pub fn new(buf: &[u8]) -> IterableOpPolicyAttrs<'_> ⓘ
Trait Implementations§
Source§impl Clone for OpPolicyAttrs
impl Clone for OpPolicyAttrs
Source§fn clone(&self) -> OpPolicyAttrs
fn clone(&self) -> OpPolicyAttrs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OpPolicyAttrs
impl RefUnwindSafe for OpPolicyAttrs
impl Send for OpPolicyAttrs
impl Sync for OpPolicyAttrs
impl Unpin for OpPolicyAttrs
impl UnwindSafe for OpPolicyAttrs
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