#[repr(C, packed(1))]pub struct COutput_DisableMarkerData {
pub Result: CEnum,
}Expand description
ⓘ
@privateFields§
§Result: CEnumTrait Implementations§
Source§impl Clone for COutput_DisableMarkerData
impl Clone for COutput_DisableMarkerData
Source§fn clone(&self) -> COutput_DisableMarkerData
fn clone(&self) -> COutput_DisableMarkerData
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 COutput_DisableMarkerData
impl Debug for COutput_DisableMarkerData
impl Copy for COutput_DisableMarkerData
Auto Trait Implementations§
impl Freeze for COutput_DisableMarkerData
impl RefUnwindSafe for COutput_DisableMarkerData
impl Send for COutput_DisableMarkerData
impl Sync for COutput_DisableMarkerData
impl Unpin for COutput_DisableMarkerData
impl UnwindSafe for COutput_DisableMarkerData
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