Enum Ssize
#[repr(u8)]pub enum Ssize {
_0 = 0,
_1 = 1,
_10 = 2,
}Expand description
Source data transfer size
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Ssize
impl Eq for Ssize
impl IsEnum for Ssize
impl StructuralPartialEq for Ssize
Auto Trait Implementations§
impl Freeze for Ssize
impl RefUnwindSafe for Ssize
impl Send for Ssize
impl Sync for Ssize
impl Unpin for Ssize
impl UnwindSafe for Ssize
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