Struct objc2_metal::MTLMapIndirectArguments
source · #[repr(C)]pub struct MTLMapIndirectArguments {
pub regionOriginX: u32,
pub regionOriginY: u32,
pub regionOriginZ: u32,
pub regionSizeWidth: u32,
pub regionSizeHeight: u32,
pub regionSizeDepth: u32,
pub mipMapLevel: u32,
pub sliceId: u32,
}Available on crate feature
MTLResourceStateCommandEncoder only.Fields§
§regionOriginX: u32§regionOriginY: u32§regionOriginZ: u32§regionSizeWidth: u32§regionSizeHeight: u32§regionSizeDepth: u32§mipMapLevel: u32§sliceId: u32Trait Implementations§
source§impl Clone for MTLMapIndirectArguments
impl Clone for MTLMapIndirectArguments
source§fn clone(&self) -> MTLMapIndirectArguments
fn clone(&self) -> MTLMapIndirectArguments
Returns a copy 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 Debug for MTLMapIndirectArguments
impl Debug for MTLMapIndirectArguments
source§impl Encode for MTLMapIndirectArguments
impl Encode for MTLMapIndirectArguments
source§impl PartialEq for MTLMapIndirectArguments
impl PartialEq for MTLMapIndirectArguments
source§fn eq(&self, other: &MTLMapIndirectArguments) -> bool
fn eq(&self, other: &MTLMapIndirectArguments) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RefEncode for MTLMapIndirectArguments
impl RefEncode for MTLMapIndirectArguments
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for MTLMapIndirectArguments
impl StructuralPartialEq for MTLMapIndirectArguments
Auto Trait Implementations§
impl Freeze for MTLMapIndirectArguments
impl RefUnwindSafe for MTLMapIndirectArguments
impl Send for MTLMapIndirectArguments
impl Sync for MTLMapIndirectArguments
impl Unpin for MTLMapIndirectArguments
impl UnwindSafe for MTLMapIndirectArguments
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.