#[repr(C)]pub struct IfrVarstoreDevice {
pub header: IfrOpHeader,
pub device_path: StringId,
}Fields§
§header: IfrOpHeader§device_path: StringIdTrait Implementations§
Source§impl Clone for IfrVarstoreDevice
impl Clone for IfrVarstoreDevice
Source§fn clone(&self) -> IfrVarstoreDevice
fn clone(&self) -> IfrVarstoreDevice
Returns a duplicate 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 IfrVarstoreDevice
impl Debug for IfrVarstoreDevice
impl Copy for IfrVarstoreDevice
Auto Trait Implementations§
impl Freeze for IfrVarstoreDevice
impl RefUnwindSafe for IfrVarstoreDevice
impl Send for IfrVarstoreDevice
impl Sync for IfrVarstoreDevice
impl Unpin for IfrVarstoreDevice
impl UnwindSafe for IfrVarstoreDevice
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