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