pub enum PSIZEW {
PSIZE8,
PSIZE16,
PSIZE32,
PSIZE64,
}
Expand description
Values that can be written to the field PSIZE
Variants§
Auto Trait Implementations§
impl Freeze for PSIZEW
impl RefUnwindSafe for PSIZEW
impl Send for PSIZEW
impl Sync for PSIZEW
impl Unpin for PSIZEW
impl UnwindSafe for PSIZEW
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