#[repr(C)]pub struct MTLSize {
pub width: u64,
pub height: u64,
pub depth: u64,
}Expand description
Fields§
§width: u64§height: u64§depth: u64Implementations§
Trait Implementations§
impl Copy for MTLSize
impl Eq for MTLSize
impl StructuralPartialEq for MTLSize
Auto Trait Implementations§
impl Freeze for MTLSize
impl RefUnwindSafe for MTLSize
impl Send for MTLSize
impl Sync for MTLSize
impl Unpin for MTLSize
impl UnsafeUnpin for MTLSize
impl UnwindSafe for MTLSize
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