pub struct FileClass(/* private fields */);
Expand description
Specifies the address size (32- or 64-bit) of the file.
Implementations§
Trait Implementations§
Source§impl Ord for FileClass
impl Ord for FileClass
Source§impl PartialOrd for FileClass
impl PartialOrd for FileClass
impl Copy for FileClass
impl Eq for FileClass
impl StructuralPartialEq for FileClass
Auto Trait Implementations§
impl Freeze for FileClass
impl RefUnwindSafe for FileClass
impl Send for FileClass
impl Sync for FileClass
impl Unpin for FileClass
impl UnwindSafe for FileClass
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