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