#[repr(C)]pub struct IOAccelSurfaceInformation {
pub address: [mach_vm_address_t; 4],
pub rowBytes: u32,
pub width: u32,
pub height: u32,
pub pixelFormat: u32,
pub flags: IOOptionBits,
pub colorTemperature: [IOFixed; 4],
pub typeDependent: [u32; 4],
}Available on crate features
graphics and libc only.Expand description
Fields§
§address: [mach_vm_address_t; 4]§rowBytes: u32§width: u32§height: u32§pixelFormat: u32§flags: IOOptionBits§colorTemperature: [IOFixed; 4]§typeDependent: [u32; 4]Trait Implementations§
Source§impl Clone for IOAccelSurfaceInformation
impl Clone for IOAccelSurfaceInformation
Source§fn clone(&self) -> IOAccelSurfaceInformation
fn clone(&self) -> IOAccelSurfaceInformation
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 Debug for IOAccelSurfaceInformation
impl Debug for IOAccelSurfaceInformation
Source§impl Encode for IOAccelSurfaceInformation
Available on crate feature objc2 only.
impl Encode for IOAccelSurfaceInformation
Available on crate feature
objc2 only.Source§impl RefEncode for IOAccelSurfaceInformation
Available on crate feature objc2 only.
impl RefEncode for IOAccelSurfaceInformation
Available on crate feature
objc2 only.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 IOAccelSurfaceInformation
impl StructuralPartialEq for IOAccelSurfaceInformation
Auto Trait Implementations§
impl Freeze for IOAccelSurfaceInformation
impl RefUnwindSafe for IOAccelSurfaceInformation
impl Send for IOAccelSurfaceInformation
impl Sync for IOAccelSurfaceInformation
impl Unpin for IOAccelSurfaceInformation
impl UnwindSafe for IOAccelSurfaceInformation
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.