pub struct AttrTypeBuilder<T> { /* private fields */ }
Expand description
Builder for AttrType
.
Implementations§
Source§impl<T> AttrTypeBuilder<T>
impl<T> AttrTypeBuilder<T>
Sourcepub fn nla_nested(self, value: bool) -> Self
pub fn nla_nested(self, value: bool) -> Self
If true, the payload contains nested attributes.
Sourcepub fn nla_network_order(self, value: bool) -> Self
pub fn nla_network_order(self, value: bool) -> Self
If true, the payload is in net work byte order.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for AttrTypeBuilder<T>where
T: Freeze,
impl<T> RefUnwindSafe for AttrTypeBuilder<T>where
T: RefUnwindSafe,
impl<T> Send for AttrTypeBuilder<T>where
T: Send,
impl<T> Sync for AttrTypeBuilder<T>where
T: Sync,
impl<T> Unpin for AttrTypeBuilder<T>where
T: Unpin,
impl<T> UnwindSafe for AttrTypeBuilder<T>where
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