#[repr(C)]pub struct FONTSIGNATURE {
pub fsUsb: [u32; 4],
pub fsCsb: [u32; 2],
}Fields§
§fsUsb: [u32; 4]§fsCsb: [u32; 2]Trait Implementations§
Source§impl Abi for FONTSIGNATURE
impl Abi for FONTSIGNATURE
Source§type Abi = FONTSIGNATURE
type Abi = FONTSIGNATURE
The abi representation of the implementing type. Read more
type DefaultType = FONTSIGNATURE
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for FONTSIGNATURE
impl Clone for FONTSIGNATURE
Source§fn clone(&self) -> FONTSIGNATURE
fn clone(&self) -> FONTSIGNATURE
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 FONTSIGNATURE
impl Debug for FONTSIGNATURE
Source§impl Default for FONTSIGNATURE
impl Default for FONTSIGNATURE
Source§impl PartialEq for FONTSIGNATURE
impl PartialEq for FONTSIGNATURE
impl Copy for FONTSIGNATURE
impl Eq for FONTSIGNATURE
Auto Trait Implementations§
impl Freeze for FONTSIGNATURE
impl RefUnwindSafe for FONTSIGNATURE
impl Send for FONTSIGNATURE
impl Sync for FONTSIGNATURE
impl Unpin for FONTSIGNATURE
impl UnwindSafe for FONTSIGNATURE
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