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