#[repr(transparent)]pub struct FunctionLogType(pub UInteger);Expand description
Type of function log entry.
C++ equivalent: MTL::FunctionLogType
Tuple Fields§
§0: UIntegerImplementations§
Source§impl FunctionLogType
impl FunctionLogType
Sourcepub const VALIDATION: Self
pub const VALIDATION: Self
Validation log entry.
Trait Implementations§
Source§impl Clone for FunctionLogType
impl Clone for FunctionLogType
Source§fn clone(&self) -> FunctionLogType
fn clone(&self) -> FunctionLogType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FunctionLogType
impl Debug for FunctionLogType
Source§impl Default for FunctionLogType
impl Default for FunctionLogType
Source§fn default() -> FunctionLogType
fn default() -> FunctionLogType
Returns the “default value” for a type. Read more
Source§impl Hash for FunctionLogType
impl Hash for FunctionLogType
Source§impl PartialEq for FunctionLogType
impl PartialEq for FunctionLogType
impl Copy for FunctionLogType
impl Eq for FunctionLogType
impl StructuralPartialEq for FunctionLogType
Auto Trait Implementations§
impl Freeze for FunctionLogType
impl RefUnwindSafe for FunctionLogType
impl Send for FunctionLogType
impl Sync for FunctionLogType
impl Unpin for FunctionLogType
impl UnwindSafe for FunctionLogType
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