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