Struct PAN_SERIF_STYLE
#[repr(transparent)]pub struct PAN_SERIF_STYLE(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
§impl Clone for PAN_SERIF_STYLE
impl Clone for PAN_SERIF_STYLE
§fn clone(&self) -> PAN_SERIF_STYLE
fn clone(&self) -> PAN_SERIF_STYLE
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 more§impl Debug for PAN_SERIF_STYLE
impl Debug for PAN_SERIF_STYLE
§impl Default for PAN_SERIF_STYLE
impl Default for PAN_SERIF_STYLE
§fn default() -> PAN_SERIF_STYLE
fn default() -> PAN_SERIF_STYLE
Returns the “default value” for a type. Read more
§impl PartialEq for PAN_SERIF_STYLE
impl PartialEq for PAN_SERIF_STYLE
impl Copy for PAN_SERIF_STYLE
impl Eq for PAN_SERIF_STYLE
impl StructuralPartialEq for PAN_SERIF_STYLE
Auto Trait Implementations§
impl Freeze for PAN_SERIF_STYLE
impl RefUnwindSafe for PAN_SERIF_STYLE
impl Send for PAN_SERIF_STYLE
impl Sync for PAN_SERIF_STYLE
impl Unpin for PAN_SERIF_STYLE
impl UnwindSafe for PAN_SERIF_STYLE
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