#[repr(C)]pub struct rtc_param {
pub param: __u64,
pub __bindgen_anon_1: rtc_param__bindgen_ty_1,
pub index: __u32,
pub __pad: __u32,
}Fields§
§param: __u64§__bindgen_anon_1: rtc_param__bindgen_ty_1§index: __u32§__pad: __u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for rtc_param
impl RefUnwindSafe for rtc_param
impl Send for rtc_param
impl Sync for rtc_param
impl Unpin for rtc_param
impl UnwindSafe for rtc_param
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