#[repr(u32)]pub enum PullKeepEn {
Pke0PullKeeperDisabled = 0,
Pke1PullKeeperEnabled = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for PullKeepEn
impl RefUnwindSafe for PullKeepEn
impl Send for PullKeepEn
impl Sync for PullKeepEn
impl Unpin for PullKeepEn
impl UnsafeUnpin for PullKeepEn
impl UnwindSafe for PullKeepEn
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