#[repr(u8)]pub enum LogBufferResultFlags {
FirstItem = 128,
LastItem = 64,
MoreItems = 32,
}Variants§
Auto Trait Implementations§
impl Freeze for LogBufferResultFlags
impl RefUnwindSafe for LogBufferResultFlags
impl Send for LogBufferResultFlags
impl Sync for LogBufferResultFlags
impl Unpin for LogBufferResultFlags
impl UnwindSafe for LogBufferResultFlags
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