#[repr(C)]pub struct Gtxalign {
pub hor: Gtxhor,
pub ver: Gtxver,
}Fields§
§hor: Gtxhor§ver: GtxverTrait Implementations§
Auto Trait Implementations§
impl Freeze for Gtxalign
impl RefUnwindSafe for Gtxalign
impl Send for Gtxalign
impl Sync for Gtxalign
impl Unpin for Gtxalign
impl UnwindSafe for Gtxalign
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