pub struct OppolicyAttr {
pub cmd: u8,
pub policy_idx: Vec<OppolicyIndexAttr>,
}
Fields§
§cmd: u8
§policy_idx: Vec<OppolicyIndexAttr>
Trait Implementations§
Source§impl Clone for OppolicyAttr
impl Clone for OppolicyAttr
Source§fn clone(&self) -> OppolicyAttr
fn clone(&self) -> OppolicyAttr
Returns a copy 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 moreSource§impl Debug for OppolicyAttr
impl Debug for OppolicyAttr
Source§impl Nla for OppolicyAttr
impl Nla for OppolicyAttr
Source§impl PartialEq for OppolicyAttr
impl PartialEq for OppolicyAttr
impl Eq for OppolicyAttr
impl StructuralPartialEq for OppolicyAttr
Auto Trait Implementations§
impl Freeze for OppolicyAttr
impl RefUnwindSafe for OppolicyAttr
impl Send for OppolicyAttr
impl Sync for OppolicyAttr
impl Unpin for OppolicyAttr
impl UnwindSafe for OppolicyAttr
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)