#[repr(C)]pub struct FSRef {
pub hidden: [u8; 80],
}
Fields§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FSRef
impl RefUnwindSafe for FSRef
impl Send for FSRef
impl Sync for FSRef
impl Unpin for FSRef
impl UnwindSafe for FSRef
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