pub enum BSESSENDW {
_0,
_1,
}Expand description
Values that can be written to the field BSESSEND
Variants§
_0
The VBUS voltage is above the B session end threshold.
_1
The VBUS voltage is below the B session end threshold.
Auto Trait Implementations§
impl Freeze for BSESSENDW
impl RefUnwindSafe for BSESSENDW
impl Send for BSESSENDW
impl Sync for BSESSENDW
impl Unpin for BSESSENDW
impl UnwindSafe for BSESSENDW
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