pub struct PushPropListLinkAttrs<Prev: Pusher> { /* private fields */ }Available on crate feature
rt-link only.Implementations§
Source§impl<Prev: Pusher> PushPropListLinkAttrs<Prev>
impl<Prev: Pusher> PushPropListLinkAttrs<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
Sourcepub fn push_alt_ifname(self, value: &CStr) -> Self
pub fn push_alt_ifname(self, value: &CStr) -> Self
Attribute may repeat multiple times (treat it as array)
Sourcepub fn push_alt_ifname_bytes(self, value: &[u8]) -> Self
pub fn push_alt_ifname_bytes(self, value: &[u8]) -> Self
Attribute may repeat multiple times (treat it as array)
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushPropListLinkAttrs<Prev>
impl<Prev: Pusher> Drop for PushPropListLinkAttrs<Prev>
Source§impl<Prev: Pusher> Pusher for PushPropListLinkAttrs<Prev>
impl<Prev: Pusher> Pusher for PushPropListLinkAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushPropListLinkAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushPropListLinkAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushPropListLinkAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushPropListLinkAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushPropListLinkAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushPropListLinkAttrs<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushPropListLinkAttrs<Prev>where
Prev: UnwindSafe,
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