#[repr(u64)]pub enum FieldSize {
Invalid = 0,
Size16Bit = 1,
Size32Bit = 2,
Size64Bit = 3,
}
Expand description
Field size for TdxExtendedFieldCode
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldSize
impl RefUnwindSafe for FieldSize
impl Send for FieldSize
impl Sync for FieldSize
impl Unpin for FieldSize
impl UnwindSafe for FieldSize
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