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