Struct MF_SINK_WRITER_CONSTANTS
#[repr(transparent)]pub struct MF_SINK_WRITER_CONSTANTS(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
§impl Clone for MF_SINK_WRITER_CONSTANTS
impl Clone for MF_SINK_WRITER_CONSTANTS
§fn clone(&self) -> MF_SINK_WRITER_CONSTANTS
fn clone(&self) -> MF_SINK_WRITER_CONSTANTS
Returns a copy 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 more§impl Debug for MF_SINK_WRITER_CONSTANTS
impl Debug for MF_SINK_WRITER_CONSTANTS
§impl Default for MF_SINK_WRITER_CONSTANTS
impl Default for MF_SINK_WRITER_CONSTANTS
§fn default() -> MF_SINK_WRITER_CONSTANTS
fn default() -> MF_SINK_WRITER_CONSTANTS
Returns the “default value” for a type. Read more
§impl PartialEq for MF_SINK_WRITER_CONSTANTS
impl PartialEq for MF_SINK_WRITER_CONSTANTS
impl Copy for MF_SINK_WRITER_CONSTANTS
impl Eq for MF_SINK_WRITER_CONSTANTS
impl StructuralPartialEq for MF_SINK_WRITER_CONSTANTS
Auto Trait Implementations§
impl Freeze for MF_SINK_WRITER_CONSTANTS
impl RefUnwindSafe for MF_SINK_WRITER_CONSTANTS
impl Send for MF_SINK_WRITER_CONSTANTS
impl Sync for MF_SINK_WRITER_CONSTANTS
impl Unpin for MF_SINK_WRITER_CONSTANTS
impl UnwindSafe for MF_SINK_WRITER_CONSTANTS
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