#[repr(C)]pub struct MatchOffscreen {
pub x0: *mut c_void,
pub x4: *mut c_void,
pub x8: *mut c_void,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>,
pub x10: *mut c_void,
}Fields§
§x0: *mut c_void§x4: *mut c_void§x8: *mut c_void§_bitfield_1: __BindgenBitfieldUnit<[u8; 1], u8>§x10: *mut c_voidImplementations§
Source§impl MatchOffscreen
impl MatchOffscreen
pub fn is_offscreen(&self) -> c_uchar
pub fn set_is_offscreen(&mut self, val: c_uchar)
pub fn ignore_offscreen(&self) -> c_uchar
pub fn set_ignore_offscreen(&mut self, val: c_uchar)
pub fn x3f(&self) -> c_uchar
pub fn set_x3f(&mut self, val: c_uchar)
pub fn new_bitfield_1( is_offscreen: c_uchar, ignore_offscreen: c_uchar, x3f: c_uchar, ) -> __BindgenBitfieldUnit<[u8; 1], u8>
Trait Implementations§
Source§impl Clone for MatchOffscreen
impl Clone for MatchOffscreen
Source§fn clone(&self) -> MatchOffscreen
fn clone(&self) -> MatchOffscreen
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 MatchOffscreen
impl Debug for MatchOffscreen
impl Copy for MatchOffscreen
Auto Trait Implementations§
impl Freeze for MatchOffscreen
impl RefUnwindSafe for MatchOffscreen
impl !Send for MatchOffscreen
impl !Sync for MatchOffscreen
impl Unpin for MatchOffscreen
impl UnwindSafe for MatchOffscreen
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