pub enum SglSupportType {
Unsupported,
SupportedUnaligned,
SupportedAligned,
Reserved,
}
Variants§
Trait Implementations§
Source§impl Clone for SglSupportType
impl Clone for SglSupportType
Source§fn clone(&self) -> SglSupportType
fn clone(&self) -> SglSupportType
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 SglSupportType
impl Debug for SglSupportType
Source§impl Specifier for SglSupportType
impl Specifier for SglSupportType
Source§type InOut = SglSupportType
type InOut = SglSupportType
The interface type of the specifier. Read more
Source§fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
fn into_bytes(input: Self::InOut) -> Result<Self::Bytes, OutOfBounds>
Converts some bytes into the in-out type. Read more
Source§fn from_bytes(
bytes: Self::Bytes,
) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
fn from_bytes( bytes: Self::Bytes, ) -> Result<Self::InOut, InvalidBitPattern<Self::Bytes>>
Converts the given bytes into the in-out type. Read more
Auto Trait Implementations§
impl Freeze for SglSupportType
impl RefUnwindSafe for SglSupportType
impl Send for SglSupportType
impl Sync for SglSupportType
impl Unpin for SglSupportType
impl UnwindSafe for SglSupportType
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