pub struct AttributePolicyAttr {
pub index: u16,
pub policies: Vec<NlPolicyTypeAttrs>,
}
Fields§
§index: u16
§policies: Vec<NlPolicyTypeAttrs>
Trait Implementations§
Source§impl Clone for AttributePolicyAttr
impl Clone for AttributePolicyAttr
Source§fn clone(&self) -> AttributePolicyAttr
fn clone(&self) -> AttributePolicyAttr
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 AttributePolicyAttr
impl Debug for AttributePolicyAttr
Source§impl Nla for AttributePolicyAttr
impl Nla for AttributePolicyAttr
Source§impl PartialEq for AttributePolicyAttr
impl PartialEq for AttributePolicyAttr
impl Eq for AttributePolicyAttr
impl StructuralPartialEq for AttributePolicyAttr
Auto Trait Implementations§
impl Freeze for AttributePolicyAttr
impl RefUnwindSafe for AttributePolicyAttr
impl Send for AttributePolicyAttr
impl Sync for AttributePolicyAttr
impl Unpin for AttributePolicyAttr
impl UnwindSafe for AttributePolicyAttr
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
)