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