Struct gds::GdsElemFlags
source · pub struct GdsElemFlags(/* private fields */);
Expand description
GDS element flags.
As configured by ELFLAGS
records.
Two bytes of bit-fields stored in raw u8
form.
Trait Implementations§
source§impl Clone for GdsElemFlags
impl Clone for GdsElemFlags
source§fn clone(&self) -> GdsElemFlags
fn clone(&self) -> GdsElemFlags
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 GdsElemFlags
impl Debug for GdsElemFlags
source§impl Default for GdsElemFlags
impl Default for GdsElemFlags
source§fn default() -> GdsElemFlags
fn default() -> GdsElemFlags
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GdsElemFlags
impl<'de> Deserialize<'de> for GdsElemFlags
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 GdsElemFlags
impl PartialEq for GdsElemFlags
source§fn eq(&self, other: &GdsElemFlags) -> bool
fn eq(&self, other: &GdsElemFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GdsElemFlags
impl Serialize for GdsElemFlags
impl StructuralPartialEq for GdsElemFlags
Auto Trait Implementations§
impl RefUnwindSafe for GdsElemFlags
impl Send for GdsElemFlags
impl Sync for GdsElemFlags
impl Unpin for GdsElemFlags
impl UnwindSafe for GdsElemFlags
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