pub struct UnitProperties(pub FlagSet<UnitPropertiesFlags>);Tuple Fields§
§0: FlagSet<UnitPropertiesFlags>Trait Implementations§
Source§impl Clone for UnitProperties
impl Clone for UnitProperties
Source§fn clone(&self) -> UnitProperties
fn clone(&self) -> UnitProperties
Returns a duplicate 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 moreSource§impl Debug for UnitProperties
impl Debug for UnitProperties
impl Copy for UnitProperties
Auto Trait Implementations§
impl Freeze for UnitProperties
impl RefUnwindSafe for UnitProperties
impl Send for UnitProperties
impl Sync for UnitProperties
impl Unpin for UnitProperties
impl UnsafeUnpin for UnitProperties
impl UnwindSafe for UnitProperties
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