#[repr(i32)]pub enum Sideband {
Lower = 0,
Upper = 1,
}Variants§
Trait Implementations§
impl Copy for Sideband
impl Eq for Sideband
impl StructuralPartialEq for Sideband
Auto Trait Implementations§
impl Freeze for Sideband
impl RefUnwindSafe for Sideband
impl Send for Sideband
impl Sync for Sideband
impl Unpin for Sideband
impl UnwindSafe for Sideband
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