Struct gds::GdsPresentation
source · pub struct GdsPresentation(/* private fields */);
Expand description
GDS text presentation flags.
Sets fonts, text justification, and the like.
Stored in raw u8
form.
Trait Implementations§
source§impl Clone for GdsPresentation
impl Clone for GdsPresentation
source§fn clone(&self) -> GdsPresentation
fn clone(&self) -> GdsPresentation
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 GdsPresentation
impl Debug for GdsPresentation
source§impl Default for GdsPresentation
impl Default for GdsPresentation
source§fn default() -> GdsPresentation
fn default() -> GdsPresentation
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GdsPresentation
impl<'de> Deserialize<'de> for GdsPresentation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for GdsPresentation
impl PartialEq for GdsPresentation
source§fn eq(&self, other: &GdsPresentation) -> bool
fn eq(&self, other: &GdsPresentation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GdsPresentation
impl Serialize for GdsPresentation
impl StructuralPartialEq for GdsPresentation
Auto Trait Implementations§
impl RefUnwindSafe for GdsPresentation
impl Send for GdsPresentation
impl Sync for GdsPresentation
impl Unpin for GdsPresentation
impl UnwindSafe for GdsPresentation
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