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