pub struct FPOpenDT {
pub volume_id: u16,
}Fields§
§volume_id: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPOpenDT
impl RefUnwindSafe for FPOpenDT
impl Send for FPOpenDT
impl Sync for FPOpenDT
impl Unpin for FPOpenDT
impl UnsafeUnpin for FPOpenDT
impl UnwindSafe for FPOpenDT
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