pub struct NlattrBuilder<T, P> { /* private fields */ }
Expand description
Builder for Nlattr
.
Implementations§
Source§impl<T, P> NlattrBuilder<T, P>
impl<T, P> NlattrBuilder<T, P>
Sourcepub fn nla_payload(self, value: P) -> Self
pub fn nla_payload(self, value: P) -> Self
Payload of the attribute - either parsed or a binary buffer
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for NlattrBuilder<T, P>
impl<T, P> RefUnwindSafe for NlattrBuilder<T, P>where
P: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, P> Send for NlattrBuilder<T, P>
impl<T, P> Sync for NlattrBuilder<T, P>
impl<T, P> Unpin for NlattrBuilder<T, P>
impl<T, P> UnwindSafe for NlattrBuilder<T, P>where
P: UnwindSafe,
T: 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