#[repr(C)]pub struct AssetLabelBitflagT {
pub bitflag: [u64; 4],
}Fields§
§bitflag: [u64; 4]Trait Implementations§
Source§impl Clone for AssetLabelBitflagT
impl Clone for AssetLabelBitflagT
Source§fn clone(&self) -> AssetLabelBitflagT
fn clone(&self) -> AssetLabelBitflagT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AssetLabelBitflagT
Source§impl Default for AssetLabelBitflagT
impl Default for AssetLabelBitflagT
Source§fn default() -> AssetLabelBitflagT
fn default() -> AssetLabelBitflagT
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AssetLabelBitflagT
impl RefUnwindSafe for AssetLabelBitflagT
impl Send for AssetLabelBitflagT
impl Sync for AssetLabelBitflagT
impl Unpin for AssetLabelBitflagT
impl UnsafeUnpin for AssetLabelBitflagT
impl UnwindSafe for AssetLabelBitflagT
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