#[repr(C, packed(2))]pub struct CMUcrBgType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub ucrCount: UInt32,
pub ucrValues: [UInt16; 1],
}Expand description
Apple SDK struct CMUcrBgType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§ucrCount: UInt32§ucrValues: [UInt16; 1]Trait Implementations§
Source§impl Clone for CMUcrBgType
impl Clone for CMUcrBgType
Source§fn clone(&self) -> CMUcrBgType
fn clone(&self) -> CMUcrBgType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CMUcrBgType
impl Debug for CMUcrBgType
impl Copy for CMUcrBgType
Auto Trait Implementations§
impl Freeze for CMUcrBgType
impl RefUnwindSafe for CMUcrBgType
impl Send for CMUcrBgType
impl Sync for CMUcrBgType
impl Unpin for CMUcrBgType
impl UnsafeUnpin for CMUcrBgType
impl UnwindSafe for CMUcrBgType
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