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