#[repr(C)]pub struct xl_standby_locks {
pub nlocks: c_int,
pub locks: __IncompleteArrayField<xl_standby_lock>,
}
Fields§
§nlocks: c_int
§locks: __IncompleteArrayField<xl_standby_lock>
Trait Implementations§
Source§impl Debug for xl_standby_locks
impl Debug for xl_standby_locks
Auto Trait Implementations§
impl Freeze for xl_standby_locks
impl RefUnwindSafe for xl_standby_locks
impl Send for xl_standby_locks
impl Sync for xl_standby_locks
impl Unpin for xl_standby_locks
impl UnwindSafe for xl_standby_locks
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