#[repr(C)]pub struct AssetSceneO {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Source§impl Clone for AssetSceneO
impl Clone for AssetSceneO
Source§fn clone(&self) -> AssetSceneO
fn clone(&self) -> AssetSceneO
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 Default for AssetSceneO
impl Default for AssetSceneO
Source§fn default() -> AssetSceneO
fn default() -> AssetSceneO
Returns the “default value” for a type. Read more
impl Copy for AssetSceneO
Auto Trait Implementations§
impl Freeze for AssetSceneO
impl RefUnwindSafe for AssetSceneO
impl Send for AssetSceneO
impl Sync for AssetSceneO
impl Unpin for AssetSceneO
impl UnwindSafe for AssetSceneO
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