pub enum Len {
_1,
_2,
_3,
_4,
_5,
_6,
_7,
_8,
}
Expand description
Breakpoint size (in bytes).
Variants§
_1
1 byte.
_2
2 bytes.
_3
3 bytes.
Since linux-4.10
: https://github.com/torvalds/linux/commit/651be3cb085341a21847e47c694c249c3e1e4e5b
_4
4 bytes.
_5
5 bytes.
Since linux-4.10
: https://github.com/torvalds/linux/commit/651be3cb085341a21847e47c694c249c3e1e4e5b
_6
6 bytes.
Since linux-4.10
: https://github.com/torvalds/linux/commit/651be3cb085341a21847e47c694c249c3e1e4e5b
_7
7 bytes.
Since linux-4.10
: https://github.com/torvalds/linux/commit/651be3cb085341a21847e47c694c249c3e1e4e5b
_8
8 bytes.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Len
impl RefUnwindSafe for Len
impl Send for Len
impl Sync for Len
impl Unpin for Len
impl UnwindSafe for Len
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