Struct FsiFileSystems
#[repr(transparent)]pub struct FsiFileSystems(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for FsiFileSystems
impl Clone for FsiFileSystems
§fn clone(&self) -> FsiFileSystems
fn clone(&self) -> FsiFileSystems
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for FsiFileSystems
impl Debug for FsiFileSystems
§impl Default for FsiFileSystems
impl Default for FsiFileSystems
§fn default() -> FsiFileSystems
fn default() -> FsiFileSystems
Returns the “default value” for a type. Read more
§impl PartialEq for FsiFileSystems
impl PartialEq for FsiFileSystems
impl Copy for FsiFileSystems
impl Eq for FsiFileSystems
impl StructuralPartialEq for FsiFileSystems
Auto Trait Implementations§
impl Freeze for FsiFileSystems
impl RefUnwindSafe for FsiFileSystems
impl Send for FsiFileSystems
impl Sync for FsiFileSystems
impl Unpin for FsiFileSystems
impl UnwindSafe for FsiFileSystems
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