#[repr(C)]pub struct IOAccelSize {
pub w: i16,
pub h: i16,
}Available on crate feature
graphics only.Expand description
Fields§
§w: i16§h: i16Trait Implementations§
Source§impl Clone for IOAccelSize
impl Clone for IOAccelSize
Source§fn clone(&self) -> IOAccelSize
fn clone(&self) -> IOAccelSize
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 IOAccelSize
impl Debug for IOAccelSize
Source§impl Encode for IOAccelSize
Available on crate feature objc2 only.
impl Encode for IOAccelSize
Available on crate feature
objc2 only.Source§impl PartialEq for IOAccelSize
impl PartialEq for IOAccelSize
Source§impl RefEncode for IOAccelSize
Available on crate feature objc2 only.
impl RefEncode for IOAccelSize
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 IOAccelSize
impl StructuralPartialEq for IOAccelSize
Auto Trait Implementations§
impl Freeze for IOAccelSize
impl RefUnwindSafe for IOAccelSize
impl Send for IOAccelSize
impl Sync for IOAccelSize
impl Unpin for IOAccelSize
impl UnwindSafe for IOAccelSize
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.