#[repr(C)]pub struct AssetTable_Modes {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for AssetTable_Modes
impl ClassIdentity for AssetTable_Modes
Source§impl Clone for AssetTable_Modes
impl Clone for AssetTable_Modes
Source§fn clone(&self) -> AssetTable_Modes
fn clone(&self) -> AssetTable_Modes
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AssetTable_Modes
impl Debug for AssetTable_Modes
Source§impl PartialEq for AssetTable_Modes
impl PartialEq for AssetTable_Modes
impl Copy for AssetTable_Modes
impl Eq for AssetTable_Modes
impl StructuralPartialEq for AssetTable_Modes
Auto Trait Implementations§
impl Freeze for AssetTable_Modes
impl RefUnwindSafe for AssetTable_Modes
impl Send for AssetTable_Modes
impl Sync for AssetTable_Modes
impl Unpin for AssetTable_Modes
impl UnwindSafe for AssetTable_Modes
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)