Struct frida_sys::_GDate [−][src]
#[repr(C)]#[repr(align(4))]pub struct _GDate { pub _bitfield_align_1: [u32; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 8]>, }
Fields
_bitfield_align_1: [u32; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 8]>Implementations
impl _GDate[src]
impl _GDate[src]pub fn julian_days(&self) -> guint[src]
pub fn set_julian_days(&mut self, val: guint)[src]
pub fn julian(&self) -> guint[src]
pub fn set_julian(&mut self, val: guint)[src]
pub fn dmy(&self) -> guint[src]
pub fn set_dmy(&mut self, val: guint)[src]
pub fn day(&self) -> guint[src]
pub fn set_day(&mut self, val: guint)[src]
pub fn month(&self) -> guint[src]
pub fn set_month(&mut self, val: guint)[src]
pub fn year(&self) -> guint[src]
pub fn set_year(&mut self, val: guint)[src]
pub fn new_bitfield_1(
julian_days: guint,
julian: guint,
dmy: guint,
day: guint,
month: guint,
year: guint
) -> __BindgenBitfieldUnit<[u8; 8]>[src]
julian_days: guint,
julian: guint,
dmy: guint,
day: guint,
month: guint,
year: guint
) -> __BindgenBitfieldUnit<[u8; 8]>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _GDate
impl Send for _GDate
impl Sync for _GDate
impl Unpin for _GDate
impl UnwindSafe for _GDate
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more