Struct FsrmFileManagementType
#[repr(transparent)]pub struct FsrmFileManagementType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for FsrmFileManagementType
impl Clone for FsrmFileManagementType
§fn clone(&self) -> FsrmFileManagementType
fn clone(&self) -> FsrmFileManagementType
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 FsrmFileManagementType
impl Debug for FsrmFileManagementType
§impl Default for FsrmFileManagementType
impl Default for FsrmFileManagementType
§fn default() -> FsrmFileManagementType
fn default() -> FsrmFileManagementType
Returns the “default value” for a type. Read more
§impl PartialEq for FsrmFileManagementType
impl PartialEq for FsrmFileManagementType
impl Copy for FsrmFileManagementType
impl Eq for FsrmFileManagementType
impl StructuralPartialEq for FsrmFileManagementType
Auto Trait Implementations§
impl Freeze for FsrmFileManagementType
impl RefUnwindSafe for FsrmFileManagementType
impl Send for FsrmFileManagementType
impl Sync for FsrmFileManagementType
impl Unpin for FsrmFileManagementType
impl UnwindSafe for FsrmFileManagementType
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