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