#[repr(transparent)]pub struct LogStateError(pub UInteger);Expand description
Errors that can occur when creating a log state.
C++ equivalent: MTL::LogStateError
Tuple Fields§
§0: UIntegerImplementations§
Source§impl LogStateError
impl LogStateError
Sourcepub const INVALID_SIZE: Self
pub const INVALID_SIZE: Self
Invalid buffer size error.
Trait Implementations§
Source§impl Clone for LogStateError
impl Clone for LogStateError
Source§fn clone(&self) -> LogStateError
fn clone(&self) -> LogStateError
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 LogStateError
impl Debug for LogStateError
Source§impl Default for LogStateError
impl Default for LogStateError
Source§fn default() -> LogStateError
fn default() -> LogStateError
Returns the “default value” for a type. Read more
Source§impl Hash for LogStateError
impl Hash for LogStateError
Source§impl PartialEq for LogStateError
impl PartialEq for LogStateError
impl Copy for LogStateError
impl Eq for LogStateError
impl StructuralPartialEq for LogStateError
Auto Trait Implementations§
impl Freeze for LogStateError
impl RefUnwindSafe for LogStateError
impl Send for LogStateError
impl Sync for LogStateError
impl Unpin for LogStateError
impl UnwindSafe for LogStateError
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