#[repr(C, packed(2))]pub struct CMS15Fixed16ArrayType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub value: [Fixed; 1],
}Fields§
§typeDescriptor: OSType§reserved: UInt32§value: [Fixed; 1]Trait Implementations§
Source§impl Clone for CMS15Fixed16ArrayType
impl Clone for CMS15Fixed16ArrayType
Source§fn clone(&self) -> CMS15Fixed16ArrayType
fn clone(&self) -> CMS15Fixed16ArrayType
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 CMS15Fixed16ArrayType
impl Debug for CMS15Fixed16ArrayType
impl Copy for CMS15Fixed16ArrayType
Auto Trait Implementations§
impl Freeze for CMS15Fixed16ArrayType
impl RefUnwindSafe for CMS15Fixed16ArrayType
impl Send for CMS15Fixed16ArrayType
impl Sync for CMS15Fixed16ArrayType
impl Unpin for CMS15Fixed16ArrayType
impl UnsafeUnpin for CMS15Fixed16ArrayType
impl UnwindSafe for CMS15Fixed16ArrayType
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