pub struct Attribute<const ID: u64, O, Data> { /* private fields */ }
Expand description
A configfs attribute.
An attribute appears as a file in configfs, inside a folder that represent the group that the attribute belongs to.
Implementations§
Trait Implementations§
impl<const ID: u64, O, Data> Send for Attribute<ID, O, Data>
impl<const ID: u64, O, Data> Sync for Attribute<ID, O, Data>
Auto Trait Implementations§
impl<const ID: u64, O, Data> !Freeze for Attribute<ID, O, Data>
impl<const ID: u64, O, Data> !RefUnwindSafe for Attribute<ID, O, Data>
impl<const ID: u64, O, Data> !Unpin for Attribute<ID, O, Data>
impl<const ID: u64, O, Data> UnwindSafe for Attribute<ID, O, Data>where
O: UnwindSafe,
Data: 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