pub struct FPGetForkParms {
pub fork_id: u16,
pub file_bitmap: FPFileBitmap,
}Fields§
§fork_id: u16§file_bitmap: FPFileBitmapImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FPGetForkParms
impl RefUnwindSafe for FPGetForkParms
impl Send for FPGetForkParms
impl Sync for FPGetForkParms
impl Unpin for FPGetForkParms
impl UnsafeUnpin for FPGetForkParms
impl UnwindSafe for FPGetForkParms
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