#[repr(transparent)]pub struct LogTargets(u8);Expand description
Where to log kernel logs from the kprint subsystem
Tuple Fields§
§0: u8Implementations§
Source§impl LogTargets
impl LogTargets
Trait Implementations§
Source§impl BitAnd for LogTargets
impl BitAnd for LogTargets
Source§impl BitAndAssign for LogTargets
impl BitAndAssign for LogTargets
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Mask the inner value using the given value and the bitwise AND operation
Source§impl BitOr for LogTargets
impl BitOr for LogTargets
Source§impl BitOrAssign for LogTargets
impl BitOrAssign for LogTargets
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Mask the inner value using the given value and the bitwise OR operation
Source§impl Clone for LogTargets
impl Clone for LogTargets
impl Copy for LogTargets
impl Eq for LogTargets
Source§impl Ord for LogTargets
impl Ord for LogTargets
1.21.0 (const: unstable)§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable)§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LogTargets
impl PartialEq for LogTargets
Source§impl PartialOrd for LogTargets
impl PartialOrd for LogTargets
impl StructuralPartialEq for LogTargets
Auto Trait Implementations§
impl Freeze for LogTargets
impl RefUnwindSafe for LogTargets
impl Send for LogTargets
impl Sync for LogTargets
impl Unpin for LogTargets
impl UnsafeUnpin for LogTargets
impl UnwindSafe for LogTargets
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)