#[repr(i32)]pub enum tagSTGTY {
STGTY_STORAGE = 1,
STGTY_STREAM = 2,
STGTY_LOCKBYTES = 3,
STGTY_PROPERTY = 4,
}Variants§
Trait Implementations§
impl Copy for tagSTGTY
impl Eq for tagSTGTY
impl StructuralPartialEq for tagSTGTY
Auto Trait Implementations§
impl Freeze for tagSTGTY
impl RefUnwindSafe for tagSTGTY
impl Send for tagSTGTY
impl Sync for tagSTGTY
impl Unpin for tagSTGTY
impl UnwindSafe for tagSTGTY
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