#[repr(C)]pub struct vsl_log {
pub magic: u16,
pub flags: u16,
pub wlr: c_uint,
pub wlb: *mut u32,
pub wlp: *mut u32,
pub wle: *mut u32,
pub wid: vxid_t,
}Fields§
§magic: u16§flags: u16§wlr: c_uint§wlb: *mut u32§wlp: *mut u32§wle: *mut u32§wid: vxid_tTrait Implementations§
Auto Trait Implementations§
impl !Send for vsl_log
impl !Sync for vsl_log
impl Freeze for vsl_log
impl RefUnwindSafe for vsl_log
impl Unpin for vsl_log
impl UnsafeUnpin for vsl_log
impl UnwindSafe for vsl_log
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