#[repr(u8)]pub enum S1incl {
AUTOMATIC = 0,
INCLUDE = 1,
}
Variants§
AUTOMATIC = 0
Include S1 field in RAM only if S1LEN > 0
INCLUDE = 1
Always include S1 field in RAM independent of S1LEN
Implementations§
Trait Implementations§
Source§impl Ord for S1incl
impl Ord for S1incl
Source§impl PartialOrd for S1incl
impl PartialOrd for S1incl
impl Copy for S1incl
impl Eq for S1incl
impl StructuralPartialEq for S1incl
Auto Trait Implementations§
impl Freeze for S1incl
impl RefUnwindSafe for S1incl
impl Send for S1incl
impl Sync for S1incl
impl Unpin for S1incl
impl UnwindSafe for S1incl
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)