#[repr(C)]pub struct GrassManager_MixType {
pub value: i32,
}Expand description
Fields§
§value: i32Implementations§
Trait Implementations§
Source§impl ClassIdentity for GrassManager_MixType
impl ClassIdentity for GrassManager_MixType
Source§impl Clone for GrassManager_MixType
impl Clone for GrassManager_MixType
Source§fn clone(&self) -> GrassManager_MixType
fn clone(&self) -> GrassManager_MixType
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 GrassManager_MixType
impl Debug for GrassManager_MixType
Source§impl PartialEq for GrassManager_MixType
impl PartialEq for GrassManager_MixType
impl Copy for GrassManager_MixType
impl Eq for GrassManager_MixType
impl StructuralPartialEq for GrassManager_MixType
Auto Trait Implementations§
impl Freeze for GrassManager_MixType
impl RefUnwindSafe for GrassManager_MixType
impl Send for GrassManager_MixType
impl Sync for GrassManager_MixType
impl Unpin for GrassManager_MixType
impl UnwindSafe for GrassManager_MixType
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)